From 48c19924a920860e47a6c80fee95e06ff0ff95da Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 15 Apr 2004 13:08:16 +0000 Subject: [PATCH] don't wrap inside footer messages --- stylesheets/monobook/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index f58d5f94b7..1479c01e22 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -874,6 +874,7 @@ li#contentaction-watch { #portal-footer li { display: inline; margin-right: 2em; + white-space: nowrap; } #footer-poweredby, #footer-copyright { @@ -919,6 +920,8 @@ li#contentaction-watch { * html #bodyContent { display: inline; + overflow: auto; + width: 100%; } /* opera 6 fixes */ -- 2.20.1